home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / oddech / hexxagon / Neave Hexxagon.exe / scripts / frame_1 / DoAction.as
Text File  |  2003-10-01  |  147b  |  8 lines

  1. sofar = this.getBytesLoaded();
  2. total = this.getBytesTotal();
  3. pc = int(sofar / total * 100) + "%";
  4. if(sofar == total)
  5. {
  6.    gotoAndStop(3);
  7. }
  8.